home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / posix / sys / stat / umask.txh < prev    next >
Encoding:
Text File  |  1995-07-10  |  194 b   |  12 lines

  1. @node umask, file system
  2.  
  3. @example
  4. #include <sys/stat.h>
  5.  
  6. mode_t umask(mode_t cmask);
  7. @end example
  8.  
  9. @subheading Description
  10.  
  11. This function does nothing.  It exists to assist porting.
  12.